com.github.droidfu.http
Interface BetterHttpResponse
- All Known Implementing Classes:
- BetterHttpResponseImpl, CachedHttpResponse
public interface BetterHttpResponse
unwrap
org.apache.http.HttpResponse unwrap()
getResponseBody
InputStream getResponseBody()
throws IOException
- Throws:
IOException
getResponseBodyAsBytes
byte[] getResponseBodyAsBytes()
throws IOException
- Throws:
IOException
getResponseBodyAsString
String getResponseBodyAsString()
throws IOException
- Throws:
IOException
getStatusCode
int getStatusCode()
getHeader
String getHeader(String header)
Copyright © 2011. All Rights Reserved.